home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / comm / abuser10.zip / ABUSER.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1996-11-14  |  6KB  |  253 lines

  1. object AboutBox: TAboutBox
  2.   Left = 527
  3.   Top = 242
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 302
  7.   ClientWidth = 315
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel2: TPanel
  18.     Left = 3
  19.     Top = 2
  20.     Width = 310
  21.     Height = 259
  22.     BevelOuter = bvLowered
  23.     TabOrder = 2
  24.     object Image1: TImage
  25.       Left = 10
  26.       Top = 13
  27.       Width = 32
  28.       Height = 32
  29.       AutoSize = True
  30.       Center = True
  31.       Picture.Data = {<image001.ico>}
  32.     end
  33.     object Label5: TLabel
  34.       Left = 99
  35.       Top = 20
  36.       Width = 111
  37.       Height = 24
  38.       Caption = 'The Abuser'
  39.       Font.Color = clActiveCaption
  40.       Font.Height = -19
  41.       Font.Name = 'MS Sans Serif'
  42.       Font.Style = [fsBold]
  43.       ParentFont = False
  44.     end
  45.     object Label6: TLabel
  46.       Left = 128
  47.       Top = 45
  48.       Width = 62
  49.       Height = 13
  50.       Caption = 'Version 1.0.2'
  51.     end
  52.     object Label7: TLabel
  53.       Left = 42
  54.       Top = 63
  55.       Width = 224
  56.       Height = 13
  57.       Caption = 'An insult generator from the demented minds at '
  58.     end
  59.     object Label8: TLabel
  60.       Left = 83
  61.       Top = 78
  62.       Width = 142
  63.       Height = 20
  64.       Caption = 'shamus.netmedia'
  65.       Font.Color = clCaptionText
  66.       Font.Height = -16
  67.       Font.Name = 'MS Sans Serif'
  68.       Font.Style = [fsBold]
  69.       ParentFont = False
  70.     end
  71.     object Label9: TLabel
  72.       Left = 76
  73.       Top = 100
  74.       Width = 156
  75.       Height = 13
  76.       Caption = 'Copyright ∩┐╜1996 Andrew Vessey'
  77.     end
  78.     object Label10: TLabel
  79.       Left = 23
  80.       Top = 120
  81.       Width = 265
  82.       Height = 39
  83.       Alignment = taCenter
  84.       Caption = 
  85.         'To get rid of this pesky little about box and validate your life' +
  86.         ', send $3 to Andrew Vessey, 116-3A Hidden Oaks Dr., Cary, NC 275' +
  87.         '13 USA.  '
  88.       WordWrap = True
  89.     end
  90.     object Label11: TLabel
  91.       Left = 25
  92.       Top = 162
  93.       Width = 259
  94.       Height = 39
  95.       Alignment = taCenter
  96.       Caption = 
  97.         'If you find it difficult to send me three dollars (if you live o' +
  98.         'utside the USA for instance) then just send me a cool postcard a' +
  99.         'nd I might send you the registration code....'
  100.       WordWrap = True
  101.     end
  102.     object Label12: TLabel
  103.       Left = 52
  104.       Top = 205
  105.       Width = 205
  106.       Height = 35
  107.       Alignment = taCenter
  108.       Caption = 'Visit our website for the latest updates: http://www.shamus.com'
  109.       WordWrap = True
  110.     end
  111.     object Label13: TLabel
  112.       Left = 23
  113.       Top = 240
  114.       Width = 264
  115.       Height = 13
  116.       Alignment = taCenter
  117.       AutoSize = False
  118.       Caption = 'Unregistered!'
  119.     end
  120.   end
  121.   object Panel1: TPanel
  122.     Left = 0
  123.     Top = 0
  124.     Width = 5
  125.     Height = 4
  126.     BevelInner = bvRaised
  127.     BevelOuter = bvLowered
  128.     ParentColor = True
  129.     TabOrder = 0
  130.     object ProgramIcon: TImage
  131.       Left = 0
  132.       Top = 0
  133.       Width = 1
  134.       Height = 1
  135.       Picture.Data = {<image002.ico>}
  136.       Stretch = True
  137.       IsControl = True
  138.     end
  139.     object ProductName: TLabel
  140.       Left = 1
  141.       Top = 0
  142.       Width = 93
  143.       Height = 20
  144.       Caption = 'The Abuser'
  145.       Font.Color = clActiveCaption
  146.       Font.Height = 0
  147.       Font.Name = 'MS Sans Serif'
  148.       Font.Style = [fsBold]
  149.       ParentFont = False
  150.       IsControl = True
  151.     end
  152.     object Version: TLabel
  153.       Left = 2
  154.       Top = 1
  155.       Width = 1
  156.       Height = 0
  157.       Caption = 'Version 0.92'
  158.       IsControl = True
  159.     end
  160.     object Copyright: TLabel
  161.       Left = 1
  162.       Top = 1
  163.       Width = 3
  164.       Height = 0
  165.       Alignment = taCenter
  166.       Caption = 'Copyright ∩┐╜ 1996 by Andrew Vessey'
  167.       IsControl = True
  168.     end
  169.     object Comments: TLabel
  170.       Left = 0
  171.       Top = 1
  172.       Width = 5
  173.       Height = 1
  174.       Alignment = taCenter
  175.       AutoSize = False
  176.       Caption = 'An Insult Generator from the demented minds at '
  177.       WordWrap = True
  178.       IsControl = True
  179.     end
  180.     object Label1: TLabel
  181.       Left = 0
  182.       Top = 2
  183.       Width = 132
  184.       Height = 260
  185.       Alignment = taCenter
  186.       Caption = 
  187.         'A mere $3 will eliminate this constant nagging and make you an e' +
  188.         'xtremely cool person!  Send money to: Andrew Vessey,  116-3A Hid' +
  189.         'den Oaks Dr.,  Cary,  NC 27513.  For more info email info@shamus' +
  190.         '.com'
  191.       Color = clBtnFace
  192.       Font.Color = clActiveCaption
  193.       Font.Height = 0
  194.       Font.Name = 'MS Sans Serif'
  195.       Font.Style = []
  196.       ParentColor = False
  197.       ParentFont = False
  198.       WordWrap = True
  199.     end
  200.     object Label2: TLabel
  201.       Left = 0
  202.       Top = 3
  203.       Width = 5
  204.       Height = 0
  205.       Alignment = taCenter
  206.       AutoSize = False
  207.       Caption = 'Unregistered!'
  208.     end
  209.     object Label3: TLabel
  210.       Left = 0
  211.       Top = 2
  212.       Width = 5
  213.       Height = 0
  214.       Alignment = taCenter
  215.       AutoSize = False
  216.       Caption = 'shamus.netmedia'
  217.       Font.Color = clWindow
  218.       Font.Height = 0
  219.       Font.Name = 'MS Sans Serif'
  220.       Font.Style = [fsBold]
  221.       ParentFont = False
  222.     end
  223.     object Label4: TLabel
  224.       Left = 0
  225.       Top = 2
  226.       Width = 5
  227.       Height = 0
  228.       Alignment = taCenter
  229.       AutoSize = False
  230.       Caption = 'http://www.shamus.com'
  231.     end
  232.   end
  233.   object OKButton: TButton
  234.     Left = 2
  235.     Top = 4
  236.     Width = 1
  237.     Height = 0
  238.     Caption = 'OK'
  239.     Default = True
  240.     ModalResult = 1
  241.     TabOrder = 1
  242.   end
  243.   object Button1: TButton
  244.     Left = 125
  245.     Top = 272
  246.     Width = 75
  247.     Height = 25
  248.     Caption = 'OK'
  249.     TabOrder = 3
  250.     OnClick = Button1Click
  251.   end
  252. end
  253.